public class TrackedChanges : IContentElementPublic Class TrackedChanges
Implements IContentElement| TrackedChanges | Initializes a new instance of the TrackedChanges class. |
| ChangedRegions | Contains a collection of ChangedRegion objects. |
| TrackChanges | Specifies whether changes to the document should be tracked and recorded. The defined values are: -false: changes are not tracked. -true: changes are tracked. The default value for this attribute is true. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements | Returns all content elements. |
| GetHashCode | (Inherited from Object) |
| GetParent | Returns the parent element. |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current TrackedChanges object to its equivalent string representation.
(Overrides ObjectToString) |